Skip to main content
Version: 0.17.x

Classify

POST 

/classify

Classify

To send a batch of requests all at once, the text field can either be a string, an array of strings, or an array of tuples of strings.

Request​

Body

required

    consumer_group stringnullable

    text

    object

    required

    oneOf

  • Array [

  • type
    items string
  • ]

Responses​

Takes in a JSON payload and returns the classification.

Schema

    result array[]required
Loading...